Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Algorithms of sequential search and binary searchNov 01
FUNCTION XSTRCHR() WHICH SCANS A STRING FROM START TO END IN SEARCH OF A...Sep 14
Program to implement the Binary search AlgorithmFeb 09
Program that implements depth first search algorithm.Jul 21
Program that implements breadth first search algorithmDec 18
Program to search for a string into another stringMar 04
Write a function to perform string operation i.e. split, join, length, substring...Aug 21
Program to search an element in an array using Linear search or Sequential...Dec 31
Program to print a string char by char using constant pointers to non constant...Sep 18
Program to copy one string s2 to another string s1 using strcopy function from...Nov 27
String handling by pointersApr 11
Program to illustrate the 2D array of char (string) using pointersMar 24
Program to swap elements of array of pointers to stringsJun 10
To parse a string using First and Follow algorithm and LL-1 parserDec 25
To parse a string using First and Follow algorithm and LL-1 parserDec 26
Program to show an example of searching Strings for charactersMay 17
Program to show an example of searching Strings for subStringsSep 19
Passing of pointers as function parametersMay 05
ILLUSTRATION OF POINTERS TO FUNCTIONSJun 19
Use of structure pointers as function parametersJan 09
Program to illustrate the use of pointer to pointersMar 07
Program to illustrate the functions returning pointersJan 22
Program to search an element in an array using Linear searchJul 29
Program to copy one string to another by coding and using string functionNov 01
Program to copy one string s2 to another string s1 without using strcopy...Sep 30
Defines and differentiates sequential search and binary searchSep 15
Program to search an element in an array using Linear SearchJun 10
Program to search an element in an array using Binary searchApr 20
Prolog program of 8 puzzle using heuristic function % with best first search...Feb 21
Program to illustrate pointers , structure and passing structure pointers to...Apr 24
Program to assign the pointer variable to another pointer and display the conten...Nov 11
Program to append one string s2 to another string s1 i.e. concatenation of two s...Aug 23
Program to allocate memory dynamically for strings, and store their addresses in...May 21
Program to compare strings, concatenate strings, copy string and display part of...Sep 18
Shell Script to display the exit status using grep command which search a string...Mar 05
Program to copy one string s2 to another string s1. (Use strcopy function from...Sep 17
Program to copy one string s2 to another string s1. (Without using strcopy funct...Oct 30
Program to compare one string s2 to another string s1. Print the difference of f...Feb 06
Program to compare one string s2 to another string s1. Print the difference of f...Aug 24
Program to compare one string s2 to another string s1 and also first unmatched c...Nov 30
Program to find first occurrence of a character in a string and also position in...Dec 19
Program to concatenate of two strings without using strcat functionSep 11
Program to find the length of a string taken from user without using strlen...Nov 10
Illustration of string handling functionsOct 04
Program to read string using gets() function and display in upper case Sep 03
Program of converting class type to basic variable of type string using conversi...Jan 27
String FunctionsAug 25
Write a query to change the case of strings using lower and upper functionJul 14
String functionsOct 04
String functionsDec 02